func golang.org/x/exp/apidiff.receiverType

3 uses

	golang.org/x/exp/apidiff (current package)
		compatibility.go#L346: func receiverType(method types.Object) types.Type {
		compatibility.go#L351: 	switch t := types.Unalias(receiverType(method)).(type) {
		compatibility.go#L362: 	_, ok := types.Unalias(receiverType(method)).(*types.Pointer)